aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/api/auth/[auth0]/route.ts
blob: 3ce09af7f1cfe56a78c706d0be9a44c1390c6091 (plain) (blame)
1
2
3
import { handleAuth } from "@auth0/nextjs-auth0";

export const GET = handleAuth();